﻿2026-07-06T07:45:08.8379919Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-06T07:45:08.8381092Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-06T07:45:08.8381346Z [36;1m$PIN = "0c95435"[0m
2026-07-06T07:45:08.8381585Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-06T07:45:08.8381844Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-06T07:45:08.8382216Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-06T07:45:08.8382596Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-06T07:45:08.8382899Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-06T07:45:08.8383185Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-06T07:45:08.8383411Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-06T07:45:08.8383699Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-06T07:45:08.8383999Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-06T07:45:08.8384285Z [36;1m}[0m
2026-07-06T07:45:08.8384499Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-06T07:45:08.8384814Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T07:45:08.8452925Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T07:45:08.8453225Z ##[endgroup]
2026-07-06T07:45:09.8501094Z    Compiling proc-macro2 v1.0.106
2026-07-06T07:45:09.8501815Z    Compiling quote v1.0.45
2026-07-06T07:45:09.8502213Z    Compiling unicode-ident v1.0.24
2026-07-06T07:45:09.8502532Z    Compiling cfg-if v1.0.4
2026-07-06T07:45:09.8502840Z    Compiling serde_core v1.0.228
2026-07-06T07:45:09.8503130Z    Compiling serde v1.0.228
2026-07-06T07:45:09.8503403Z    Compiling windows-link v0.2.1
2026-07-06T07:45:09.8503751Z    Compiling getrandom v0.3.4
2026-07-06T07:45:09.8504034Z    Compiling typenum v1.20.1
2026-07-06T07:45:09.8504351Z    Compiling portable-atomic v1.13.1
2026-07-06T07:45:09.8505195Z    Compiling version_check v0.9.5
2026-07-06T07:45:09.8505635Z    Compiling pin-project-lite v0.2.17
2026-07-06T07:45:09.8506027Z    Compiling shlex v2.0.1
2026-07-06T07:45:09.8506887Z    Compiling find-msvc-tools v0.1.9
2026-07-06T07:45:09.8517042Z    Compiling critical-section v1.2.0
2026-07-06T07:45:09.8525961Z    Compiling memchr v2.8.1
2026-07-06T07:45:09.9907341Z    Compiling windows-sys v0.61.2
2026-07-06T07:45:10.0063733Z    Compiling subtle v2.6.1
2026-07-06T07:45:10.0268728Z    Compiling futures-core v0.3.32
2026-07-06T07:45:10.1058357Z    Compiling smallvec v1.15.1
2026-07-06T07:45:10.1094211Z    Compiling equivalent v1.0.2
2026-07-06T07:45:10.2312200Z    Compiling itoa v1.0.18
2026-07-06T07:45:10.3378507Z    Compiling bytes v1.11.1
2026-07-06T07:45:10.3400815Z    Compiling semver v1.0.28
2026-07-06T07:45:10.3836526Z    Compiling stable_deref_trait v1.2.1
2026-07-06T07:45:10.4913775Z    Compiling generic-array v0.14.7
2026-07-06T07:45:10.4947618Z    Compiling log v0.4.32
2026-07-06T07:45:10.5484020Z    Compiling futures-io v0.3.32
2026-07-06T07:45:10.5565914Z    Compiling slab v0.4.12
2026-07-06T07:45:10.7891257Z    Compiling rustc_version v0.4.1
2026-07-06T07:45:10.8297952Z    Compiling rand_core v0.10.1
2026-07-06T07:45:10.8418594Z    Compiling futures-sink v0.3.32
2026-07-06T07:45:10.8875264Z    Compiling hashbrown v0.17.1
2026-07-06T07:45:10.9200213Z    Compiling rustversion v1.0.22
2026-07-06T07:45:10.9304312Z    Compiling futures-task v0.3.32
2026-07-06T07:45:11.1586637Z    Compiling getrandom v0.2.17
2026-07-06T07:45:11.1867139Z    Compiling cpufeatures v0.2.17
2026-07-06T07:45:11.2048356Z    Compiling getrandom v0.4.2
2026-07-06T07:45:11.3223371Z    Compiling fnv v1.0.7
2026-07-06T07:45:11.6479455Z    Compiling libc v0.2.186
2026-07-06T07:45:11.7525209Z    Compiling futures-channel v0.3.32
2026-07-06T07:45:11.8457166Z    Compiling cfg_aliases v0.2.1
2026-07-06T07:45:11.9451571Z    Compiling jobserver v0.1.34
2026-07-06T07:45:11.9698639Z    Compiling strsim v0.11.1
2026-07-06T07:45:11.9949603Z    Compiling litemap v0.8.2
2026-07-06T07:45:12.0242434Z    Compiling autocfg v1.5.1
2026-07-06T07:45:12.0272875Z    Compiling writeable v0.6.3
2026-07-06T07:45:12.0304211Z    Compiling dunce v1.0.5
2026-07-06T07:45:12.0602834Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T07:45:12.2163099Z    Compiling cc v1.2.63
2026-07-06T07:45:12.3993789Z    Compiling utf8_iter v1.0.4
2026-07-06T07:45:12.4583252Z    Compiling icu_properties_data v2.2.0
2026-07-06T07:45:12.4640507Z    Compiling indexmap v2.14.0
2026-07-06T07:45:12.6046790Z    Compiling crypto-common v0.1.7
2026-07-06T07:45:12.7103107Z    Compiling ident_case v1.0.1
2026-07-06T07:45:12.7729799Z    Compiling syn v2.0.117
2026-07-06T07:45:12.8202956Z    Compiling fs_extra v1.3.0
2026-07-06T07:45:12.8422895Z    Compiling percent-encoding v2.3.2
2026-07-06T07:45:12.8530534Z    Compiling http v1.4.1
2026-07-06T07:45:12.8949156Z    Compiling thiserror v2.0.18
2026-07-06T07:45:12.9477966Z    Compiling cpufeatures v0.3.0
2026-07-06T07:45:12.9497400Z    Compiling aws-lc-rs v1.17.0
2026-07-06T07:45:12.9713294Z    Compiling unicode-segmentation v1.13.3
2026-07-06T07:45:13.1823429Z    Compiling scopeguard v1.2.0
2026-07-06T07:45:13.2261242Z    Compiling cmake v0.1.58
2026-07-06T07:45:13.2981171Z    Compiling form_urlencoded v1.2.2
2026-07-06T07:45:13.3530648Z    Compiling chacha20 v0.10.0
2026-07-06T07:45:13.4481191Z    Compiling lock_api v0.4.14
2026-07-06T07:45:13.5976766Z    Compiling block-buffer v0.10.4
2026-07-06T07:45:13.6597068Z    Compiling winapi v0.3.9
2026-07-06T07:45:13.7371245Z    Compiling bitflags v2.12.1
2026-07-06T07:45:13.7574252Z    Compiling untrusted v0.9.0
2026-07-06T07:45:13.8019984Z    Compiling num-traits v0.2.19
2026-07-06T07:45:13.8574351Z    Compiling rand v0.10.1
2026-07-06T07:45:13.9290356Z    Compiling windows-strings v0.5.1
2026-07-06T07:45:14.2707688Z    Compiling aws-lc-sys v0.41.0
2026-07-06T07:45:14.3653869Z    Compiling ring v0.17.14
2026-07-06T07:45:14.4431095Z    Compiling digest v0.10.7
2026-07-06T07:45:14.5378711Z    Compiling windows-result v0.4.1
2026-07-06T07:45:14.5468021Z    Compiling heck v0.5.0
2026-07-06T07:45:14.5832426Z    Compiling rustls v0.23.40
2026-07-06T07:45:14.6389630Z    Compiling convert_case v0.10.0
2026-07-06T07:45:14.7007927Z    Compiling atomic-waker v1.1.2
2026-07-06T07:45:14.7167311Z    Compiling unicode-xid v0.2.6
2026-07-06T07:45:14.8087294Z    Compiling anyhow v1.0.102
2026-07-06T07:45:15.0084475Z    Compiling const-oid v0.10.2
2026-07-06T07:45:15.0318167Z    Compiling parking_lot_core v0.9.12
2026-07-06T07:45:15.0469791Z    Compiling httparse v1.10.1
2026-07-06T07:45:15.0587720Z    Compiling zerocopy v0.8.50
2026-07-06T07:45:15.1150406Z    Compiling http-body v1.0.1
2026-07-06T07:45:15.1892842Z    Compiling curve25519-dalek v4.1.3
2026-07-06T07:45:15.4589599Z    Compiling hybrid-array v0.4.12
2026-07-06T07:45:15.4671857Z    Compiling ahash v0.8.12
2026-07-06T07:45:15.7285193Z    Compiling either v1.16.0
2026-07-06T07:45:15.7332732Z    Compiling powerfmt v0.2.0
2026-07-06T07:45:15.7424167Z    Compiling base64ct v1.8.3
2026-07-06T07:45:15.7544703Z    Compiling fastrand v2.4.1
2026-07-06T07:45:16.1160779Z    Compiling deranged v0.5.8
2026-07-06T07:45:16.2261323Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T07:45:16.4170543Z    Compiling uuid v1.23.2
2026-07-06T07:45:16.4625742Z    Compiling rand_core v0.6.4
2026-07-06T07:45:16.4838178Z    Compiling tower-service v0.3.3
2026-07-06T07:45:16.5005461Z    Compiling zmij v1.0.21
2026-07-06T07:45:16.5347378Z    Compiling num-conv v0.2.2
2026-07-06T07:45:16.9079872Z    Compiling time-core v0.1.8
2026-07-06T07:45:16.9132659Z    Compiling tinyvec_macros v0.1.1
2026-07-06T07:45:17.1420788Z    Compiling pkg-config v0.3.33
2026-07-06T07:45:17.1740263Z    Compiling base64 v0.22.1
2026-07-06T07:45:17.1873951Z    Compiling vcpkg v0.2.15
2026-07-06T07:45:17.2404477Z    Compiling try-lock v0.2.5
2026-07-06T07:45:17.3380833Z    Compiling data-encoding v2.11.0
2026-07-06T07:45:17.4143531Z    Compiling want v0.3.1
2026-07-06T07:45:17.4857839Z    Compiling synstructure v0.13.2
2026-07-06T07:45:17.4941793Z    Compiling darling_core v0.20.11
2026-07-06T07:45:17.5173179Z    Compiling parking_lot v0.12.5
2026-07-06T07:45:17.7152004Z    Compiling tinyvec v1.11.0
2026-07-06T07:45:17.8352118Z    Compiling block-buffer v0.12.0
2026-07-06T07:45:17.9797799Z    Compiling crypto-common v0.2.2
2026-07-06T07:45:18.0850408Z    Compiling sha2 v0.10.9
2026-07-06T07:45:18.1433194Z    Compiling socket2 v0.6.4
2026-07-06T07:45:18.2023124Z    Compiling mio v1.2.1
2026-07-06T07:45:18.4778457Z    Compiling vergen-lib v9.1.0
2026-07-06T07:45:18.5925968Z    Compiling inout v0.1.4
2026-07-06T07:45:18.7145519Z    Compiling n0-future v0.3.2
2026-07-06T07:45:18.7805482Z    Compiling crossbeam-utils v0.8.21
2026-07-06T07:45:18.9127026Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T07:45:18.9644158Z    Compiling cordyceps v0.3.4
2026-07-06T07:45:19.0410576Z    Compiling diatomic-waker v0.2.3
2026-07-06T07:45:19.1402720Z    Compiling winnow v1.0.3
2026-07-06T07:45:19.2025060Z    Compiling serde_json v1.0.150
2026-07-06T07:45:19.2351573Z    Compiling httpdate v1.0.3
2026-07-06T07:45:19.5154772Z    Compiling parking v2.2.1
2026-07-06T07:45:19.5761542Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T07:45:19.5960753Z    Compiling signature v2.2.0
2026-07-06T07:45:19.7907964Z    Compiling spin v0.10.0
2026-07-06T07:45:19.9269853Z    Compiling futures-lite v2.6.1
2026-07-06T07:45:20.1632922Z    Compiling futures-buffered v0.2.13
2026-07-06T07:45:20.1640596Z    Compiling ed25519 v2.2.3
2026-07-06T07:45:20.2348981Z    Compiling serde_derive v1.0.228
2026-07-06T07:45:20.2558220Z    Compiling zeroize_derive v1.4.3
2026-07-06T07:45:20.6128532Z    Compiling zerofrom-derive v0.1.7
2026-07-06T07:45:20.7015520Z    Compiling yoke-derive v0.8.2
2026-07-06T07:45:20.7462580Z    Compiling tokio-macros v2.7.0
2026-07-06T07:45:20.7838050Z    Compiling futures-macro v0.3.32
2026-07-06T07:45:20.8376348Z    Compiling zerovec-derive v0.11.3
2026-07-06T07:45:20.8427735Z    Compiling displaydoc v0.2.6
2026-07-06T07:45:20.8663984Z    Compiling tracing-attributes v0.1.31
2026-07-06T07:45:20.9979467Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T07:45:21.1192014Z    Compiling thiserror-impl v2.0.18
2026-07-06T07:45:21.4892660Z    Compiling darling_macro v0.20.11
2026-07-06T07:45:21.4896241Z    Compiling derive_more-impl v2.1.1
2026-07-06T07:45:22.0684945Z    Compiling zeroize v1.8.2
2026-07-06T07:45:22.3007812Z    Compiling tokio v1.52.3
2026-07-06T07:45:22.3192428Z    Compiling futures-util v0.3.32
2026-07-06T07:45:22.3473319Z    Compiling spez v0.1.2
2026-07-06T07:45:22.3501461Z    Compiling n0-error-macros v0.1.3
2026-07-06T07:45:22.4964374Z    Compiling darling v0.20.11
2026-07-06T07:45:22.6377208Z    Compiling rustls-pki-types v1.14.1
2026-07-06T07:45:22.7629287Z    Compiling windows-implement v0.60.2
2026-07-06T07:45:22.9727084Z    Compiling derive_builder_core v0.20.2
2026-07-06T07:45:23.0035477Z    Compiling windows-interface v0.59.3
2026-07-06T07:45:23.0952504Z    Compiling der v0.8.0-rc.10
2026-07-06T07:45:23.1329547Z    Compiling pin-project-internal v1.1.13
2026-07-06T07:45:23.4267796Z    Compiling zerofrom v0.1.8
2026-07-06T07:45:23.9648211Z    Compiling yoke v0.8.3
2026-07-06T07:45:23.9672916Z    Compiling n0-error v0.1.3
2026-07-06T07:45:24.0558692Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T07:45:24.2325483Z    Compiling cipher v0.4.4
2026-07-06T07:45:24.2428411Z    Compiling digest v0.11.3
2026-07-06T07:45:24.4338291Z    Compiling windows-core v0.62.2
2026-07-06T07:45:24.6321929Z    Compiling zerovec v0.11.6
2026-07-06T07:45:24.8586072Z    Compiling zerotrie v0.2.4
2026-07-06T07:45:24.9570572Z    Compiling vergen v9.1.0
2026-07-06T07:45:25.1908528Z    Compiling derive_builder_macro v0.20.2
2026-07-06T07:45:25.3623942Z    Compiling spki v0.8.0-rc.4
2026-07-06T07:45:25.3806860Z    Compiling pin-project v1.1.13
2026-07-06T07:45:25.4545185Z    Compiling vergen-lib v0.1.6
2026-07-06T07:45:25.5952697Z    Compiling universal-hash v0.5.1
2026-07-06T07:45:25.6441037Z    Compiling noq-udp v0.10.0
2026-07-06T07:45:25.7303531Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T07:45:25.7927920Z    Compiling tinystr v0.8.3
2026-07-06T07:45:25.8269327Z    Compiling potential_utf v0.1.5
2026-07-06T07:45:25.8284796Z    Compiling heapless v0.7.17
2026-07-06T07:45:25.9619020Z    Compiling sync_wrapper v1.0.2
2026-07-06T07:45:25.9710730Z    Compiling derive_builder v0.20.2
2026-07-06T07:45:26.0470604Z    Compiling icu_collections v2.2.0
2026-07-06T07:45:26.0567534Z    Compiling byteorder v1.5.0
2026-07-06T07:45:26.1537475Z    Compiling icu_locale_core v2.2.0
2026-07-06T07:45:26.2128521Z    Compiling allocator-api2 v0.2.21
2026-07-06T07:45:26.2412527Z    Compiling opaque-debug v0.3.1
2026-07-06T07:45:26.2864283Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T07:45:26.3772381Z    Compiling polyval v0.6.2
2026-07-06T07:45:26.4223638Z    Compiling hash32 v0.2.1
2026-07-06T07:45:26.6538612Z    Compiling ipnet v2.12.0
2026-07-06T07:45:26.7088291Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T07:45:26.7864943Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T07:45:26.9413397Z    Compiling ed25519-dalek v2.2.0
2026-07-06T07:45:27.1157506Z    Compiling derive_more v2.1.1
2026-07-06T07:45:27.1222256Z    Compiling prefix-trie v0.8.4
2026-07-06T07:45:27.2228515Z    Compiling once_cell v1.21.4
2026-07-06T07:45:27.2767739Z    Compiling spin v0.9.8
2026-07-06T07:45:27.4287086Z    Compiling vergen-gitcl v1.0.8
2026-07-06T07:45:27.5091121Z    Compiling windows-threading v0.2.1
2026-07-06T07:45:27.6366175Z    Compiling tracing-core v0.1.36
2026-07-06T07:45:27.8009097Z    Compiling futures-executor v0.3.32
2026-07-06T07:45:27.8668475Z    Compiling icu_provider v2.2.0
2026-07-06T07:45:27.9191631Z    Compiling fallible-iterator v0.3.0
2026-07-06T07:45:27.9346126Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T07:45:27.9415542Z    Compiling tower-layer v0.3.3
2026-07-06T07:45:27.9563302Z    Compiling ryu v1.0.23
2026-07-06T07:45:28.2079258Z    Compiling hashbrown v0.14.5
2026-07-06T07:45:28.2709690Z    Compiling tracing v0.1.44
2026-07-06T07:45:28.3022436Z    Compiling signature v3.0.0
2026-07-06T07:45:28.3031215Z    Compiling futures v0.3.32
2026-07-06T07:45:28.4011009Z    Compiling windows-future v0.3.2
2026-07-06T07:45:28.5369888Z    Compiling icu_normalizer v2.2.0
2026-07-06T07:45:28.5479444Z    Compiling icu_properties v2.2.0
2026-07-06T07:45:28.5563842Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T07:45:28.6223228Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T07:45:28.6633909Z    Compiling proc-macro-crate v3.5.0
2026-07-06T07:45:28.6750726Z    Compiling windows-targets v0.52.6
2026-07-06T07:45:29.0415197Z    Compiling ghash v0.5.1
2026-07-06T07:45:29.1054239Z    Compiling windows-numerics v0.3.1
2026-07-06T07:45:29.2737172Z    Compiling hashlink v0.9.1
2026-07-06T07:45:29.3391832Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T07:45:29.4280419Z    Compiling windows-collections v0.3.2
2026-07-06T07:45:29.4702119Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T07:45:29.5348342Z    Compiling ctr v0.9.2
2026-07-06T07:45:29.5654226Z    Compiling aes v0.8.4
2026-07-06T07:45:29.6449915Z    Compiling cobs v0.3.0
2026-07-06T07:45:29.7245905Z    Compiling postcard-derive v0.2.2
2026-07-06T07:45:29.7310455Z    Compiling fs2 v0.4.3
2026-07-06T07:45:29.7561652Z    Compiling tokio-util v0.7.18
2026-07-06T07:45:29.7967987Z    Compiling rusqlite v0.32.1
2026-07-06T07:45:29.8638416Z    Compiling time v0.3.47
2026-07-06T07:45:30.0170643Z    Compiling idna_adapter v1.2.2
2026-07-06T07:45:30.0943295Z    Compiling http-body-util v0.1.3
2026-07-06T07:45:30.1372536Z    Compiling aead v0.5.2
2026-07-06T07:45:30.1586467Z    Compiling widestring v1.2.1
2026-07-06T07:45:30.2714371Z    Compiling idna v1.1.0
2026-07-06T07:45:30.3322568Z    Compiling ipconfig v0.3.4
2026-07-06T07:45:30.4637588Z    Compiling utf8parse v0.2.2
2026-07-06T07:45:30.6744406Z    Compiling arrayvec v0.7.6
2026-07-06T07:45:30.7270052Z    Compiling url v2.5.8
2026-07-06T07:45:30.7785133Z    Compiling postcard v1.1.3
2026-07-06T07:45:30.8004895Z    Compiling aes-gcm v0.10.3
2026-07-06T07:45:30.8556328Z    Compiling data-encoding-macro v0.1.20
2026-07-06T07:45:31.0202774Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T07:45:31.0229580Z    Compiling windows v0.62.2
2026-07-06T07:45:31.1066314Z    Compiling tower v0.5.3
2026-07-06T07:45:31.1550241Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T07:45:31.2025731Z    Compiling num_enum_derive v0.7.6
2026-07-06T07:45:31.6585797Z    Compiling h2 v0.4.14
2026-07-06T07:45:31.9256837Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T07:45:32.1325051Z    Compiling windows-sys v0.59.0
2026-07-06T07:45:32.2761518Z    Compiling crossbeam-channel v0.5.15
2026-07-06T07:45:32.4014040Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T07:45:32.4043150Z    Compiling chrono v0.4.45
2026-07-06T07:45:32.6223009Z    Compiling enum-assoc v1.3.0
2026-07-06T07:45:32.7133072Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T07:45:33.1698753Z    Compiling strum_macros v0.28.0
2026-07-06T07:45:33.2054041Z    Compiling async-trait v0.1.89
2026-07-06T07:45:33.3427773Z    Compiling windows-registry v0.6.1
2026-07-06T07:45:33.4040661Z    Compiling blake3 v1.8.5
2026-07-06T07:45:33.4898723Z    Compiling memoffset v0.6.5
2026-07-06T07:45:33.7349146Z    Compiling noq v0.18.0
2026-07-06T07:45:33.7394278Z    Compiling netwatch v0.16.0
2026-07-06T07:45:34.0614482Z    Compiling acto v0.8.2
2026-07-06T07:45:34.1349257Z    Compiling mac-addr v0.3.0
2026-07-06T07:45:34.2985116Z    Compiling foldhash v0.2.0
2026-07-06T07:45:34.3422926Z    Compiling xml-rs v0.8.28
2026-07-06T07:45:34.5024893Z    Compiling ref-cast v1.0.25
2026-07-06T07:45:34.5397986Z    Compiling identity-hash v0.1.0
2026-07-06T07:45:34.5725206Z    Compiling tagptr v0.2.0
2026-07-06T07:45:34.6443554Z    Compiling rustc-hash v2.1.2
2026-07-06T07:45:34.8091599Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T07:45:34.8435026Z    Compiling lru-slab v0.1.2
2026-07-06T07:45:34.9376409Z    Compiling thiserror v1.0.69
2026-07-06T07:45:35.0872924Z    Compiling moka v0.12.15
2026-07-06T07:45:35.1348354Z    Compiling hashbrown v0.16.1
2026-07-06T07:45:35.2664112Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T07:45:35.4057911Z    Compiling netdev v0.42.0
2026-07-06T07:45:35.5321646Z    Compiling xmltree v0.10.3
2026-07-06T07:45:36.1136118Z    Compiling iroh-relay v0.98.0
2026-07-06T07:45:36.2239285Z    Compiling iroh-metrics v0.38.3
2026-07-06T07:45:36.2378605Z    Compiling num_enum v0.7.6
2026-07-06T07:45:36.3080313Z    Compiling n0-watcher v0.6.1
2026-07-06T07:45:36.7478571Z    Compiling tower-http v0.6.11
2026-07-06T07:45:36.7732769Z    Compiling attohttpc v0.30.1
2026-07-06T07:45:36.7819917Z    Compiling iroh-base v0.98.0
2026-07-06T07:45:36.8484486Z    Compiling strum v0.28.0
2026-07-06T07:45:36.9079524Z    Compiling tokio-stream v0.1.18
2026-07-06T07:45:36.9355959Z    Compiling toml_datetime v0.6.11
2026-07-06T07:45:36.9620004Z    Compiling serde_spanned v0.6.9
2026-07-06T07:45:37.1178947Z    Compiling hyper v1.10.1
2026-07-06T07:45:37.2522292Z    Compiling thiserror-impl v1.0.69
2026-07-06T07:45:37.2920833Z    Compiling ref-cast-impl v1.0.25
2026-07-06T07:45:37.4135964Z    Compiling serde_derive_internals v0.29.1
2026-07-06T07:45:37.7824465Z    Compiling simple-dns v0.9.3
2026-07-06T07:45:38.1530580Z    Compiling serial-core v0.4.0
2026-07-06T07:45:38.2319723Z    Compiling aho-corasick v1.1.4
2026-07-06T07:45:38.4036480Z    Compiling winnow v0.7.15
2026-07-06T07:45:38.4649861Z    Compiling constant_time_eq v0.4.2
2026-07-06T07:45:38.5130914Z    Compiling winreg v0.10.1
2026-07-06T07:45:38.7409590Z    Compiling regex-syntax v0.8.10
2026-07-06T07:45:38.8956016Z    Compiling resolv-conf v0.7.6
2026-07-06T07:45:38.9874733Z    Compiling simdutf8 v0.1.5
2026-07-06T07:45:39.1043855Z    Compiling arrayref v0.3.9
2026-07-06T07:45:39.1436880Z    Compiling smol_str v0.1.24
2026-07-06T07:45:39.2508460Z    Compiling toml_write v0.1.2
2026-07-06T07:45:39.4886013Z    Compiling sha1_smol v1.0.1
2026-07-06T07:45:39.5526177Z    Compiling hyper-util v0.1.20
2026-07-06T07:45:39.7468377Z    Compiling schemars_derive v1.2.1
2026-07-06T07:45:39.8681013Z    Compiling serial-windows v0.4.0
2026-07-06T07:45:40.0251686Z    Compiling lru v0.16.4
2026-07-06T07:45:40.5391806Z    Compiling iroh-dns v0.98.0
2026-07-06T07:45:40.5668832Z    Compiling webpki-roots v1.0.7
2026-07-06T07:45:40.6004872Z    Compiling seize v0.5.1
2026-07-06T07:45:40.8100070Z    Compiling toml_edit v0.22.27
2026-07-06T07:45:41.0202288Z    Compiling darling_core v0.23.0
2026-07-06T07:45:41.0595071Z    Compiling hmac v0.12.1
2026-07-06T07:45:41.1928162Z    Compiling serde_bytes v0.11.19
2026-07-06T07:45:41.2674504Z    Compiling iroh v0.98.2
2026-07-06T07:45:41.4041954Z    Compiling igd-next v0.17.1
2026-07-06T07:45:41.4774850Z    Compiling cmov v0.5.4
2026-07-06T07:45:41.5966767Z    Compiling bitflags v1.3.2
2026-07-06T07:45:41.7055221Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T07:45:41.7955882Z    Compiling lazy_static v1.5.0
2026-07-06T07:45:41.9023324Z    Compiling regex-automata v0.4.14
2026-07-06T07:45:41.9225439Z    Compiling dyn-clone v1.0.20
2026-07-06T07:45:42.0016251Z    Compiling anstyle v1.0.14
2026-07-06T07:45:42.0598943Z    Compiling wmi v0.18.4
2026-07-06T07:45:42.0613279Z    Compiling pin-utils v0.1.0
2026-07-06T07:45:42.3468257Z    Compiling nix v0.25.1
2026-07-06T07:45:42.5432869Z    Compiling anstyle-wincon v3.0.11
2026-07-06T07:45:42.5817149Z    Compiling shared_library v0.1.9
2026-07-06T07:45:42.5979986Z    Compiling ctutils v0.4.2
2026-07-06T07:45:42.5997758Z    Compiling hkdf v0.12.4
2026-07-06T07:45:42.6440041Z    Compiling papaya v0.2.4
2026-07-06T07:45:42.7191430Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T07:45:43.0259804Z    Compiling schemars v1.2.1
2026-07-06T07:45:43.1639688Z    Compiling serial v0.4.0
2026-07-06T07:45:43.4321673Z    Compiling filedescriptor v0.8.3
2026-07-06T07:45:43.5414063Z    Compiling anstyle-parse v1.0.0
2026-07-06T07:45:43.7698547Z    Compiling toml v0.8.23
2026-07-06T07:45:43.9792181Z    Compiling backon v1.6.0
2026-07-06T07:45:44.2176082Z    Compiling anstyle-query v1.1.5
2026-07-06T07:45:44.3177264Z    Compiling portmapper v0.16.0
2026-07-06T07:45:44.6712333Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T07:45:44.7733493Z    Compiling shell-words v1.1.1
2026-07-06T07:45:44.7795094Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T07:45:44.9738409Z    Compiling colorchoice v1.0.5
2026-07-06T07:45:45.1371537Z    Compiling regex v1.12.3
2026-07-06T07:45:45.2271792Z    Compiling foldhash v0.1.5
2026-07-06T07:45:45.2594949Z    Compiling downcast-rs v1.2.1
2026-07-06T07:45:45.4312309Z    Compiling paste v1.0.15
2026-07-06T07:45:45.4321378Z    Compiling instability v0.3.12
2026-07-06T07:45:45.5405837Z    Compiling vte v0.13.1
2026-07-06T07:45:45.7490710Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T07:45:46.1150120Z    Compiling hashbrown v0.15.5
2026-07-06T07:45:46.1150668Z    Compiling portable-pty v0.8.1
2026-07-06T07:45:46.1266656Z    Compiling darling_macro v0.23.0
2026-07-06T07:45:46.3509824Z    Compiling anstream v1.0.0
2026-07-06T07:45:46.6075202Z    Compiling spake2 v0.4.0
2026-07-06T07:45:46.6096155Z    Compiling strum_macros v0.26.4
2026-07-06T07:45:46.7263580Z    Compiling crossterm_winapi v0.9.1
2026-07-06T07:45:47.1448404Z    Compiling terminal_size v0.4.4
2026-07-06T07:45:47.2032990Z    Compiling darling v0.23.0
2026-07-06T07:45:47.3152597Z    Compiling itertools v0.13.0
2026-07-06T07:45:47.3755571Z    Compiling sha1 v0.10.6
2026-07-06T07:45:47.4846654Z    Compiling castaway v0.2.4
2026-07-06T07:45:47.6134628Z    Compiling recvmsg v1.0.0
2026-07-06T07:45:47.6661519Z    Compiling static_assertions v1.1.0
2026-07-06T07:45:47.7824139Z    Compiling doctest-file v1.1.1
2026-07-06T07:45:47.8307624Z    Compiling indoc v2.0.7
2026-07-06T07:45:48.0007226Z    Compiling unicode-width v0.1.14
2026-07-06T07:45:48.0007712Z    Compiling clap_lex v1.1.0
2026-07-06T07:45:48.0349321Z    Compiling compact_str v0.8.2
2026-07-06T07:45:48.1253670Z    Compiling crossterm v0.28.1
2026-07-06T07:45:48.1627327Z    Compiling lru v0.12.5
2026-07-06T07:45:48.6224163Z    Compiling clap_builder v4.6.0
2026-07-06T07:45:48.6397201Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T07:45:48.7686593Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T07:45:48.9532335Z    Compiling interprocess v2.4.2
2026-07-06T07:45:49.3190972Z    Compiling clap_derive v4.6.1
2026-07-06T07:45:49.3250322Z    Compiling unicode-width v0.2.0
2026-07-06T07:45:49.4652684Z    Compiling cassowary v0.3.0
2026-07-06T07:45:49.8509091Z    Compiling strum v0.26.3
2026-07-06T07:45:49.8712635Z    Compiling unicode-truncate v1.1.0
2026-07-06T07:45:49.9820787Z    Compiling error-code v3.3.2
2026-07-06T07:45:49.9920433Z    Compiling nucleo-matcher v0.3.1
2026-07-06T07:45:50.2594991Z    Compiling clipboard-win v5.4.1
2026-07-06T07:45:50.2692278Z    Compiling qrcode v0.14.1
2026-07-06T07:45:50.2793667Z    Compiling tempfile v3.27.0
2026-07-06T07:45:50.4005991Z    Compiling ratatui v0.29.0
2026-07-06T07:45:51.8786294Z    Compiling clap v4.6.1
2026-07-06T07:46:06.4445419Z    Compiling rustls-webpki v0.103.13
2026-07-06T07:46:09.3595613Z    Compiling tokio-rustls v0.26.4
2026-07-06T07:46:09.3595957Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T07:46:09.3596201Z    Compiling noq-proto v0.17.0
2026-07-06T07:46:09.5265534Z    Compiling hyper-rustls v0.27.9
2026-07-06T07:46:09.5271489Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T07:46:09.5271999Z    Compiling tokio-websockets v0.13.2
2026-07-06T07:46:09.7049947Z    Compiling reqwest v0.13.4
2026-07-06T07:46:10.9146024Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T07:46:36.6356066Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T07:46:40.2465791Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T07:46:58.5646351Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T07:47:10.3722150Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 01s
2026-07-06T07:47:10.3966074Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-06T07:47:10.4529122Z 
2026-07-06T07:47:10.4529604Z running 1 test
2026-07-06T07:47:18.6829765Z test new_brain_serves_against_old_broker ... ok
2026-07-06T07:47:18.6830126Z 
2026-07-06T07:47:18.6830448Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.23s
2026-07-06T07:47:18.6830873Z 
